@charset "UTF-8";
.img-full-fa {
  width: 100%;
  height: 100%;
  text-align: center;
}
.img-full {
  width: 100%;
  height: 100%;
}
.img-full-scale {
  width: 100%;
  height: 100%;
  overflow: hidden;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
}
.img-full-scale-fa {
  width: 100%;
  height: 100%;
  text-align: center;
}
.img-center-fa {
  position: relative;
  width: 100%;
  height: 100%;
}
.img-center {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto;
  width: auto;
  height: auto;
  max-width: 100%;
}
.logo-nav {
  margin: 20px 0;
}
.logo-margin {
  margin: 26px 0;
}
.top {
  overflow: hidden;
  border-bottom: 1px solid #cccccc;
}
.top p {
  display: inline-block;
  line-height: 35px;
}
.top p:nth-child(1) {
  float: left;
  font-size: 12px;
}
.top p:nth-child(2) {
  font-size: 15px;
  float: right;
  padding-left: 36px;
  background: url("../images/call.png") no-repeat left center;
}
.top p:nth-child(2) span {
  font-size: 18px;
  line-height: 35px;
  font-weight: bold;
  display: inline-block;
  margin-left: 20px;
}
.logo {
  float: left;
}
.logo a {
  height: 51px;
  display: block;
}
.logo img {
  display: block;
}
.nav {
  background-color: #D30000;
}
.nav .nav-list .active a {
  color: #f8b62a;
}
.nav .nav-list > li {
  float: left;
  position: relative;
  padding: 0 14px;
}
.nav .nav-list > li:last-child a {
  padding-right: 0;
}
.nav .nav-list > li:hover .menu {
  display: block;
}
.nav .nav-list > li:hover > a {
  color: #f8b62a;
  text-decoration: none;
}
.nav .nav-list > li > a {
  font: 16px/30px "Microsoft YaHei";
  display: block;
  padding: 10px 14px;
  text-align: center;
  color: #ffffff;
}
.menu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  width: 300px;
  z-index: 100;
  padding:10px 0;
  background:#D30000;
}
.menu > li {
  width: 100%;
  text-align:left;
}
.menu > li > a {
  width: 100%;
  display: block;
  font-size: 14px;
  line-height:30px;
  background-color: #D30000;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  color:#fff;
  text-indent:36px;
  transition:all ease-out 0.3s;
}
.menu > li > a:hover {
  text-decoration: none;
  color: #D30000;
  background-color: #fff;
  text-indent:46px;
}
.wrapper {
  padding-top: 10px;
}
.left-sidebar {
  width: 240px;
  float: left;
  margin-bottom: 60px;
}
.page-con {
  width: 910px;
  float: right;
  margin-bottom: 60px;
}
.search {
  float: left;
  width: 380px;
  margin: 10px 0px 0;
}
.search section:nth-child(1) {
  margin: 5px 0;
  width: 100%;
  border-left: 0;
  border-right: 0;
  border-top: 1px solid #a0a0a0;
  border-bottom: 1px solid #a0a0a0;
  padding: 5px 10px;
  overflow: hidden;
}
.search section:nth-child(1) input[type=text] {
  display: inline-block;
  font-size: 16px;
  line-height: 24px;
  color: #333333;
  border: 0;
  outline: none;
  float: left;
  width: 346px;
}
.search section:nth-child(1) button {
  width: 24px;
  height: 24px;
  display: inline-block;
  background: url("../images/search.png") no-repeat center;
  border: 0;
  outline: none;
  float: right;
  cursor: pointer;
}
.search section:nth-child(2) p {
  display: inline-block;
}
.search section:nth-child(2) ul {
  display: inline-block;
}
.search section:nth-child(2) li {
  display: inline-block;
  margin: 0 4px;
}
.search section:nth-child(2) li span {
  display: block;
  font-size: 12px;
  line-height: 24px;
  color: #666666;
}
.call {
  width: 250px;
  float: right;
  margin: 5px 0;
}
.call dl{overflow:hidden;padding-left:50px;background:url(../images/tel.png) no-repeat 0 0;}
.call dt{float:left;font-size:16px;line-height:18px;border-right:1px solid #ddd;padding-right:10px;margin-right:10px;position: absolute;}
.call dd{float:left;text-align:right;}
.call dd p{color:#cc3333;font-size:18px;line-height:20px;font-weight:bold;}
.call span {
  display: block;
  font-size: 12px;
  line-height: 20px;
  margin: 0 0 8px 0;
  color: #666666;
}
.call span i {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url("../images/call.png") no-repeat center #da2538;
  background-size: 68%;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  vertical-align: middle;
  margin-right:5px;
}
.call p {
  font-size: 18px;
  line-height:20px;
  color: #333333;
}
.sidebar-title {
  width: 100%;
  background-color: #D30000;
  text-align: center;
  padding: 18px 0;
}
.sidebar-title h2 {
  font-size: 24px;
  line-height: 36px;
  color: #ffffff;
}
.sidebar-title span {
  font-size: 16px;
  line-height: 22px;
  display: inline-block;
  color: #ffffff;
}
.sidebar-menu .level-2-menu {
  width: 100%;
  border-top: 1px solid #dcdcdc;
  padding: 10px 0 20px 0;
}
.sidebar-menu .level-2-menu > li {
  width: 100%;
  padding-left: 25px;
}
.sidebar-menu .level-2-menu > li > a {
  font-size: 13px;
  line-height: 26px;
  display: block;
}
.sidebar-menu .level-1-menu > li {
  border: 1px solid #dcdcdc;
  border-top: 0;
  width: 100%;
  position: relative;
}
.sidebar-menu .level-1-menu > li > a {
  font-size: 16px;
  font-weight: bold;
  line-height: 30px;
  display: block;
  padding: 14px 0 14px 50px;
  border-left: 2px solid transparent;
  margin-left: -1px;
}
.sidebar-menu .level-1-menu > li > a:before {
  content: "＞";
  width: 16px;
  height: 16px;
  display: block;
  font-size: 12px;
  text-align: center;
  line-height: 12px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  background-color: #383838;
  color: #ffffff;
  position: absolute;
  left: 25px;
  top: 21px;
}
.sidebar-menu .level-1-menu > li > a:hover {
  color: #db2443;
  text-decoration: none;
}
/*.sidebar-menu .level-1-menu > li .level-2-menu {
  display: none;
}*/
.sidebar-menu .level-1-menu > .active > a {
  border-left: 2px solid #e02339;
}
.sidebar-menu .level-1-menu > .active > a:before {
  content: "∨";
  background-color: #e02339;
  line-height: 14px;
}
.sidebar-menu .level-1-menu > .active .level-2-menu {
  display: block;
}
.bottom-img {
  width: 100%;
  height: 100%;
  text-align: center;
}
.bottom-img img {
  width: 100%;
  height: 100%;
}
.graphic2 {
  width: 100%;
}
.graphic2 li {
  margin-top: 20px;
  width: 22%;
  float: left;
  margin-left: 4%;
}
.graphic2 li:nth-child(4N+1) {
  margin-left: 0;
}
.graphic2 li .img-full-scale-fa {
  height: 150px;
  overflow: hidden;
  display: block;
  margin-bottom:5px;
}
.graphic2 li .img-full-scale-fa:hover .img-full-scale {
  transform: scale(1.4);
  -webkit-transform: scale(1.4);
  -moz-transform: scale(1.4);
  -o-transform: scale(1.4);
}
.graphic2 li .img-title {
  width: 100%;
  display: block;
  font-size: 14px;
  line-height: 25px;
  padding: 0 10px ;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: center;
}
.ad {
clear:both;
  height: 165px;
  margin-bottom: 36px;
  width: 100%;
  text-align: center;
  background-position:center 0;
}
.ad img {
  width: 100%;
  height: 100%;
}
.bottom-nav {
  background-color: #D30000;
  margin-bottom: 30px;
  text-align: center;
  height: 52px;
}
.bottom-nav > ul {
  overflow: hidden;
}
.bottom-nav > ul li {
display:inline-block;
}
.bottom-nav > ul ul{display:none;}
.bottom-nav > ul li a {
  font-size: 15px;
  line-height: 52px;
  padding: 8px 10px;
  color: #ffffff;
}
.bottom-logo {
  float: left;
}
.bottom-logo img {
  height: auto;
}
.address {
  width:300px;
  border-right:1px solid #ddd;
  text-align: left;
  float: left;
  margin-left:50px;
  font-size:12px;
}
.address p {
  font-size: 12px;
  line-height: 20px;
  color: #333333;
}
.copy {
  width:400px;
  text-align: right;
  float: right;
}
.copy img{float:right;width:90px;margin-left:20px;}
.copy p {
  font-size: 12px;
  line-height: 20px;
}
